home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Editores / phpeditor_setup_en.exe / {app} / auto_insertion.dat < prev    next >
INI File  |  2003-01-14  |  500b  |  53 lines

  1. [html | Texto HTML]
  2. <html>
  3. <head>
  4.  <title>Sem tφtulo</title>
  5. </head>
  6. <body>
  7. |
  8. </body>
  9. </html>
  10.  
  11. [php | padrπo PHP]
  12. <?php
  13. |
  14. ?>
  15.  
  16. [if | Condiτπo IF]
  17. if (|) {
  18.  
  19. }
  20.  
  21. [ifelse | Condiτπo IF-ELSE]
  22. if (|) 
  23.       ;
  24. else 
  25.       ;
  26.  
  27. [switch | Condiτπo SWITCH]
  28. switch (|) {
  29.   case 0: ;
  30.   case 1: ;
  31.   case 2: ;
  32. }
  33.  
  34. [info | phpinfo]
  35. phpinfo();
  36.  
  37. [for | Expressπo FOR]
  38. for ($|){
  39.  
  40. }
  41.  
  42. [while | Expressπo WHILE]
  43. while (|){
  44.  
  45. }
  46.  
  47. [function | Funτπo padrπo]
  48. function |(){
  49.  
  50. }
  51.  
  52.  
  53.